home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / bf2fn3.arc / DEMO.BAT < prev    next >
DOS Batch File  |  1988-11-21  |  634b  |  29 lines

  1. echo off
  2. cls
  3. if .%1==.g goto gemini
  4. if .%1==.G goto gemini
  5. if .%1==.x goto mx
  6. if .%1==.X goto mx
  7. echo This demonstration is for any Epson, IBM, or compatible printer,
  8. echo except the Epson MX or IBM Graphics Printer.
  9. echo .
  10. echo Use "DEMO X" for the Epson MX or IBM Graphics Printer.
  11. echo Use "DEMO G" for the Star Gemini.
  12. echo .
  13. pause
  14. bradford fontdemo.bf
  15. goto end
  16. :mx
  17. echo This demonstration is for the Epson MX or the IBM Graphics Printer.
  18. echo .
  19. pause
  20. bradford mx fontdemo.bf
  21. goto end
  22. :gemini
  23. echo off
  24. echo This demonstration is for the Star Gemini printers.
  25. echo .
  26. pause
  27. bradford st fontdemo.bf
  28. :end
  29.